-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable notification emails #8911
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's quite a bit code duplication for the value saving, could you reduce that?
I assume something like
const updateDisableEmailNotifications = async (option) => {
await saveValue({
identifier: 'disable email notifications',
value: option,
errorMessage: $gettext('Unable to save notifications email setting…')
})
disableEmailNotificationsValue.value = option
}
should be all we need for a specific value.
TBD:
|
Results for acceptance oCIS https://drone.owncloud.com/owncloud/web/35217/68/1 |
Results for acceptance oC10 https://drone.owncloud.com/owncloud/web/35217/70/1 |
Results for acceptance oCIS https://drone.owncloud.com/owncloud/web/35211/66/1 |
Results for acceptance oCIS https://drone.owncloud.com/owncloud/web/35211/68/1 |
Results for acceptance oC10 https://drone.owncloud.com/owncloud/web/35211/71/1 |
Kudos, SonarCloud Quality Gate passed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love it! 💪
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist:
Open tasks: